AsyncActionWithProgressCompletedHandler Generic Delegate

Represents a method that handles the completed event of an asynchronous action that provides progress updates.

Syntax

public generic<typename TProgress>
delegate void AsyncActionWithProgressCompletedHandler`1(
         IAsyncActionWithProgress<TProgress>^ asyncInfo,
         AsyncStatus asyncStatus
)  

Type parameters

TProgress
The progress information.

Parameters

asyncInfo
Type: IAsyncActionWithProgress<TProgress> 

The asynchronous action.

asyncStatus
Type: AsyncStatus 

One of the enumeration values.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace